home *** CD-ROM | disk | FTP | other *** search
- This is the C++/MFC version of the AppBar source code.
-
- Compile the source with VC v4.x with "m". Don't forget to run
- VCVARS32.BAT if you haven't already. Otherwise, cl will complain
- about not being able to find "afxwin.h".
-
- The Makefile has one setting that allows you to change how Appbar
- is built: you can link AppBar either statically or dynamically.
- If it is linked dynamically then it will require MFC4x.DLL and
- MSVCRT4x.DLL to run (where x is the minor release number of VC) but
- it will only be 40k. If you link it statically, it will be about
- 150k but require no extra DLLs. Personally, I prefer the static
- version because I think it ultimately uses less memory than the
- dynamic version. If this is a big concern to you though, you
- should compile the C version, which is a 64k stand-alone executable.
-
-